Skip to content

Conversation

@dshukertjr
Copy link
Member

What kind of change does this PR introduce?

Add support for count queries. The following two cases and using filters on them are supported.

final data = await supabase.from('table').count();

final response = await supabase.from('table').select().count();

@dshukertjr dshukertjr merged commit 7442f76 into main Oct 15, 2024
1 check passed
@dshukertjr dshukertjr deleted the feat/count branch October 15, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants